Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications


url-field

This function returns an encoded name\value pair suitable for use as an argument in a URL.

Location: web\method\cgiutils.i

Parameters:

INPUT p_name AS CHARACTER

Name of field to set in the name attribute.

INPUT p_value AS CHARACTER

Value to set in the value attribute.

INPUT p_delim AS CHARACTER

Delimiter to return as a prefix. If the Unknown value (?) is specified, the default is & which is appropriate if the resulting URL is output to the browser.

Returns: CHARACTER

Notes: None

Examples: See the urlJoinParams function in web2\webrep.p.

See also:

url-field-list

url-encode


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095